home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 April / Electronic Clipper 1998-04.iso / Idea Source® / Tail.Dir / 00076_Script_hide em < prev    next >
Text File  |  1998-02-19  |  229b  |  11 lines

  1. on mousedown
  2.   puppetsound (2) "click"
  3.   repeat while the mousedown
  4.     set the visible of sprite (the clickon) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite (the clickon) to true
  8.   updatestage
  9. end
  10.  
  11.